home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Projects / JScript / DLL / Main.wsnp < prev   
Extensible Markup Language  |  2003-08-29  |  723b  |  37 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <wwwSharpNetProject
  3.     SchemaVersion="1.0"
  4.     Language="JScript.Net"
  5. >
  6.     <Build>
  7.         <Settings
  8.             GenerateExecutable="False"
  9.         >
  10.             <Config
  11.                 Name="Release"
  12.                 IncludeDebugInfo="False"
  13.                 TreatWarningsAsErrors="True"
  14.                 WarningLevel="4"
  15.                 Output="output.dll"
  16.             >
  17.                     /autoRef+ /target:library
  18.             </Config>
  19.             <Config
  20.                 Name="Debug"
  21.                 IncludeDebugInfo="True"
  22.                 TreatWarningsAsErrors="True"
  23.                 WarningLevel="4"
  24.                 Output="output.dll"
  25.             >
  26.                     /autoRef+ /target:library /debug+ /define:DEBUG,TRACE
  27.             </Config>
  28.         </Settings>
  29.         <References>
  30.         </References>
  31.     </Build>
  32.     <Files>
  33.         <File
  34.             RelPath="Main.js"
  35.         />
  36.     </Files>
  37. </wwwSharpNetProject>